home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
- <class>Form1</class>
- <widget class="QWidget">
- <property name="name">
- <cstring>Form1</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>386</width>
- <height>191</height>
- </rect>
- </property>
- <property name="caption">
- <string>Form2</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer row="1" column="0">
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Fixed</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <spacer row="1" column="2">
- <property name="name">
- <cstring>spacer3_2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Fixed</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLabel" row="2" column="1">
- <property name="name">
- <cstring>GoNextTip</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>4</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>To confirm your choice, press <b>Next</b></string>
- </property>
- <property name="alignment">
- <set>AlignTop|AlignLeft</set>
- </property>
- </widget>
- <widget class="QListBox" row="1" column="1">
- <property name="name">
- <cstring>lbStoragePlaces</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="1">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="text">
- <string>The wizard has found the following places to store the computer snapshots (please pick the one):</string>
- </property>
- <property name="alignment">
- <set>WordBreak|AlignVCenter</set>
- </property>
- </widget>
- </grid>
- </widget>
- <connections>
- <connection>
- <sender>lbStoragePlaces</sender>
- <signal>doubleClicked(QListBoxItem*)</signal>
- <receiver>Form1</receiver>
- <slot>OnItemDoubleClicked(QListBoxItem*)</slot>
- </connection>
- </connections>
- <slots>
- <slot access="protected" specifier="pure virtual">OnItemDoubleClicked(QListBoxItem*)</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
- </UI>
-